Action

An action providing a response to the AuthenticateCallback.

Constructors

Link copied to clipboard
constructor(consumer: Consumer<Response>)

Functions

Link copied to clipboard
open fun authenticate(userName: String, password: String)
Notifies the engine that the authentication should be performed with the particular userName and password.
Link copied to clipboard
open fun cancel()
Notifies the engine that the authentication should be canceled.
Link copied to clipboard
Returns true if this action is closed.